home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 8015 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: isonews.bbn.hp.com!hpbblb!news
  2. From: Matthias Dittrich <matti>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: String Encryption
  5. Date: 28 Feb 1996 06:58:19 GMT
  6. Organization: Hewlett-Packard Co.
  7. Message-ID: <4h0ueb$5es@hpbblb.bbn.hp.com>
  8. References: <1996Feb21.101532.15110@es.dupont.com> <1996Feb21.174407.20730@newshost.micro.ti.com> <4ghq1u$sed@hpbblb.bbn.hp.com> <4gqc2l$4o7@usenet.rpi.edu>
  9. NNTP-Posting-Host: trabant.bbn.hp.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 1.1N (X11; I; HP-UX A.09.07 9000/712)
  14. X-URL: news:4gqc2l$4o7@usenet.rpi.edu
  15.  
  16. gentrj@cii3116-01.its.rpi.edu (Ghost In The Machine) wrote:
  17. >Matthias Dittrich (matti) wrote:
  18. >: >> .....
  19. >: >> unreadable.  
  20. >
  21. >: You also can use the crypt() function (see man 3 crypt).
  22. >
  23. >I could be wrong here (so please correct me if I am), but isn't
  24. >crypt() a one way encryption?  I just checked man 3 crypt, and
  25. >found this:
  26. >
  27. >"The crypt and encrypt subroutines provide encryption of data.
  28. >The crypt subroutine performs a one-way encryption of a fixed"
  29. >                ^^^^^^^^^^^^^^^^^^
  30. Sorry, I was wrong here. And thank you for correction. But in most cases
  31. user commands and function calls are doing the same :-(
  32.  
  33. Good luck,
  34. Matthias
  35.  
  36.